home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_75538.txt < prev    next >
Text File  |  1987-11-25  |  1KB  |  78 lines

  1. -- card: 75538 from stack: in
  2. -- bmap block id: 165312
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 2002
  11. -- rect: left=89 top=258 right=284 bottom=117
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: 8003
  25. -- rect: left=29 top=224 right=249 bottom=77
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Beep
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   if card field 1 > 1 then beep card field 1
  37.  
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part contents for background part 2
  43. ----- text -----
  44. Beep
  45.  
  46. -- part contents for background part 1
  47. ----- text -----
  48. beep <count>
  49.  
  50. Makes a short system beep on the loudspeaker.  
  51. The count is the number of beeps.  It can be a constant or anything that returns a number.  
  52.  
  53. beep 3
  54.  
  55. on doMenu
  56.    beep
  57. end doMenu
  58.  
  59. if card field 1 > 1 then beep card field 1
  60.  
  61.  
  62. -- part contents for background part 44
  63. ----- text -----
  64. Form
  65.  
  66. What it does
  67.  
  68.  
  69.  
  70. Examples
  71.  
  72. -- part contents for background part 43
  73. ----- text -----
  74. 337,122
  75.  
  76. -- part contents for card part 1
  77. ----- text -----
  78. 7